home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / bcode / bcmag31.exe / {app} / bcMagic.exe / 0 / RCDATA / TFSEQSETTINGS / TFSEQSETTINGS.txt
Text File  |  2001-12-23  |  3KB  |  152 lines

  1. object FSeqSettings: TFSeqSettings
  2.   Left = 330
  3.   Top = 241
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sequence Settings'
  7.   ClientHeight = 215
  8.   ClientWidth = 256
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Label6: TLabel
  20.     Left = 8
  21.     Top = 66
  22.     Width = 36
  23.     Height = 14
  24.     Caption = 'Current'
  25.   end
  26.   object Label5: TLabel
  27.     Left = 116
  28.     Top = 94
  29.     Width = 60
  30.     Height = 14
  31.     Alignment = taRightJustify
  32.     Caption = '->  Maximum'
  33.   end
  34.   object Label4: TLabel
  35.     Left = 3
  36.     Top = 95
  37.     Width = 40
  38.     Height = 14
  39.     Caption = 'Minimum'
  40.   end
  41.   object Label1: TLabel
  42.     Left = 2
  43.     Top = 123
  44.     Width = 40
  45.     Height = 14
  46.     Caption = 'Min Size'
  47.   end
  48.   object Label2: TLabel
  49.     Left = 18
  50.     Top = 31
  51.     Width = 28
  52.     Height = 14
  53.     Caption = 'Prefix'
  54.   end
  55.   object Label3: TLabel
  56.     Left = 14
  57.     Top = 159
  58.     Width = 29
  59.     Height = 14
  60.     Caption = 'Suffix'
  61.   end
  62.   object OkBtn: TButton
  63.     Left = 96
  64.     Top = 184
  65.     Width = 75
  66.     Height = 25
  67.     Caption = '&Ok'
  68.     ModalResult = 1
  69.     TabOrder = 0
  70.   end
  71.   object CancelBtn: TButton
  72.     Left = 176
  73.     Top = 184
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 1
  79.   end
  80.   object eSeqCur: TEdit
  81.     Left = 47
  82.     Top = 63
  83.     Width = 66
  84.     Height = 22
  85.     MaxLength = 9
  86.     TabOrder = 2
  87.     Text = '1'
  88.     OnExit = eSeqCurExit
  89.     OnKeyPress = eMinSizeKeyPress
  90.   end
  91.   object eSeqMax: TEdit
  92.     Left = 179
  93.     Top = 91
  94.     Width = 70
  95.     Height = 22
  96.     MaxLength = 9
  97.     TabOrder = 3
  98.     Text = '999999999'
  99.     OnExit = eSeqMaxExit
  100.     OnKeyPress = eMinSizeKeyPress
  101.   end
  102.   object eSeqMin: TEdit
  103.     Left = 47
  104.     Top = 91
  105.     Width = 66
  106.     Height = 22
  107.     MaxLength = 9
  108.     TabOrder = 4
  109.     Text = '0'
  110.     OnExit = eSeqMinExit
  111.     OnKeyPress = eMinSizeKeyPress
  112.   end
  113.   object eMinSize: TEdit
  114.     Left = 46
  115.     Top = 121
  116.     Width = 67
  117.     Height = 22
  118.     MaxLength = 1
  119.     TabOrder = 5
  120.     Text = '0'
  121.     OnExit = eMinSizeExit
  122.     OnKeyPress = eMinSizeKeyPress
  123.   end
  124.   object ePrefix: TEdit
  125.     Left = 48
  126.     Top = 28
  127.     Width = 113
  128.     Height = 22
  129.     MaxLength = 255
  130.     TabOrder = 6
  131.     OnChange = ePrefixChange
  132.   end
  133.   object eSuffix: TEdit
  134.     Left = 44
  135.     Top = 156
  136.     Width = 113
  137.     Height = 22
  138.     MaxLength = 255
  139.     TabOrder = 7
  140.     OnChange = eSuffixChange
  141.   end
  142.   object pSeq: TPanel
  143.     Left = 0
  144.     Top = 0
  145.     Width = 256
  146.     Height = 25
  147.     Align = alTop
  148.     BevelInner = bvLowered
  149.     TabOrder = 8
  150.   end
  151. end
  152.